home *** CD-ROM | disk | FTP | other *** search
- @ECHO OFF
- if exist C:\MARK2\MK2LOAD.EXE goto mk2
- if not exist C:\MARK2\MK2LOAD.EXE goto end
- :mk2
- CLS
- ECHO.
- ECHO.
- ECHO Install Has Detected The WCS Mark II Command & Control Center Software.
- ECHO This Can Be Deleted And Your Program Files Can Be Incorporated Into
- ECHO Your New FLCS Command & Control Center.
- ECHO.
- CHOICE "Would You Like Install To Delete This And Save Your Old Program Files? "
- ECHO.
- ECHO.
- ECHO.
- PAUSE
- if errorlevel 2 goto end
- if errorlevel 1 goto incorpmk2
- if errorlevel 0 goto end
-
- :incorpmk2
- ECHO Copying Files Now...
- copy c:\mark2\programs\*.* c:\tm\mk2progs
- deltree c:\mark2
- goto end
-
- :end
- tm.bat
-